Skip to content

Bump mithril from 1.1.7 to 2.3.4 in /Framework - #2998

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/Framework/mithril-2.3.4
Closed

Bump mithril from 1.1.7 to 2.3.4 in /Framework#2998
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/Framework/mithril-2.3.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2025

Copy link
Copy Markdown
Contributor

Bumps mithril from 1.1.7 to 2.3.4.

Release notes

Sourced from mithril's releases.

v2.3.4

Release v2.3.4

Changelog

Patch Changes

Fix the error message selection condition (@​dead-claudia)

The previous condition was basically "if this is non-nullish or a boolean". That "or a boolean" is very obviously redundant.

bundler: fix mangled comments and double suffixes (@​kfule)

This PR removes unnecessary suffixes from comments in the bundle file. It also fixes the strange double suffix (mountRedraw00).

v2.3.3

Release v2.3.3

Changelog

Patch Changes

[router: delay mounting RouterRoot until the first route is resolved (fixes #2621) (@​kfule)](MithrilJS/mithril.js#3030)

This PR delays the initial mounting of the router component until after the route has been resolved.

Bump glob from 11.0.2 to 11.0.3 in the normal group (@​dependabot[bot])

Bumps the normal group with 1 update: glob. Updates glob from 11.0.2 to 11.0.3. Commits. af2e7ce 11.0.3.

... (truncated)

Changelog

Sourced from mithril's changelog.

Release v2.3.4

Patch Changes

Fix the error message selection condition (@​dead-claudia)

The previous condition was basically "if this is non-nullish or a boolean". That "or a boolean" is very obviously redundant.

bundler: fix mangled comments and double suffixes (@​kfule)

This PR removes unnecessary suffixes from comments in the bundle file. It also fixes the strange double suffix (mountRedraw00).

Release v2.3.3

Patch Changes

[router: delay mounting RouterRoot until the first route is resolved (fixes #2621) (@​kfule)](MithrilJS/mithril.js#3030)

This PR delays the initial mounting of the router component until after the route has been resolved.

Bump glob from 11.0.2 to 11.0.3 in the normal group (@​dependabot[bot])

Bumps the normal group with 1 update: glob. Updates glob from 11.0.2 to 11.0.3. Commits. af2e7ce 11.0.3.

Release v2.3.2

Patch Changes

[Refactor router, fixes #2505 and #2778 (@​kfule)](MithrilJS/mithril.js#3027)

This PR refactors the router code to fix two issues (#2505 and #2778).

Release v2.3.1

Patch Changes

set trailing slash optional in route matching (@​touletan)

Regexp has been updated to set trailing slash as optional in route matching. link to issue 3024. New test has been added.

Release v2.3.0

Minor Changes

feat: Make redraws when Promises returned by event handlers are completed (@​kfule)

This PR allows redraw on completion of the async event handler. This PR makes redraws when Promises returned by event handlers are completed.

Patch Changes

Allow additional async redraw even if the first redraw is skipped (@​kfule)

... (truncated)

Commits
  • f283fdb Release Artifacts for v2.3.4
  • 43c4229 Fix tests for test-normalizeChildren.js
  • 0976985 Update pr-create-release.yml
  • f394e2a Fix error message selection condition (#3037)
  • efa4c88 add test for comment fixing and double suffixes
  • d2e0254 bundler: do not reset the suffix count if there is already a count
  • e37966d bundler: fix mangled strings caused by collision disambiguation in comment lines
  • adcfe77 Release Artifacts for v2.3.3
  • 7f21dd7 router: delay mounting RouterRoot until the first route is resolved (fixes #2...
  • bde64d8 Bump glob from 11.0.2 to 11.0.3 in the normal group
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jaforbes, a new releaser for mithril since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mithril](https://github.com/MithrilJS/mithril.js) from 1.1.7 to 2.3.4.
- [Release notes](https://github.com/MithrilJS/mithril.js/releases)
- [Changelog](https://github.com/MithrilJS/mithril.js/blob/main/docs/recent-changes.md)
- [Commits](MithrilJS/mithril.js@v1.1.7...v2.3.4)

---
updated-dependencies:
- dependency-name: mithril
  dependency-version: 2.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Framework label Aug 12, 2025
@dependabot
dependabot Bot requested a review from graduta as a code owner August 12, 2025 15:27
@dependabot dependabot Bot added the Framework label Aug 12, 2025
@graduta graduta closed this Aug 12, 2025
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/Framework/mithril-2.3.4 branch August 12, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant